object frmProperties: TfrmProperties Left = 357 Top = 123 HorzScrollBar.Visible = False VertScrollBar.Visible = False ActiveControl = btnOk BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsSingle Caption = 'Properties' ClientHeight = 190 ClientWidth = 211 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object imgBackGround: TImage Left = 0 Top = 0 Width = 211 Height = 190 Align = alClient Picture.Data = {} Stretch = True end object btnOk: TButton Left = 22 Top = 159 Width = 75 Height = 25 HelpContext = 1 Caption = 'OK' Default = True ModalResult = 1 PopupMenu = PopupMenu2 TabOrder = 0 end object btnCancel: TButton Left = 115 Top = 159 Width = 75 Height = 25 HelpContext = 2 Cancel = True Caption = 'Cancel' ModalResult = 2 PopupMenu = PopupMenu2 TabOrder = 1 end object PageControl1: TPageControl Left = 5 Top = 5 Width = 201 Height = 149 ActivePage = tsheetGeneral TabOrder = 2 object tsheetGeneral: TTabSheet Caption = 'General' object chkBackGroundMusic: TCheckBox Left = 19 Top = 18 Width = 116 Height = 17 HelpContext = 1101 Caption = 'Background music' PopupMenu = PopupMenu2 State = cbChecked TabOrder = 0 end object chkSmartHints: TCheckBox Left = 19 Top = 51 Width = 97 Height = 17 HelpContext = 1102 Caption = 'Smart Hints' PopupMenu = PopupMenu2 State = cbChecked TabOrder = 1 end object chkAutoCheck: TCheckBox Left = 19 Top = 84 Width = 122 Height = 17 HelpContext = 1103 Caption = 'Automatic Checking' PopupMenu = PopupMenu2 State = cbChecked TabOrder = 2 end end end object PopupMenu2: TPopupMenu Left = 207 Top = 341 object pmenuWhatsThis: TMenuItem Caption = '&What'#39's This?' ShortCut = 0 OnClick = pmenuWhatsThisClick end end end